|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectga.view.interfaces.MouseListener
ga.view.appstate.roomplanner.RoomPlanner.MenuMouseListener
private class RoomPlanner.MenuMouseListener
Field Summary | |
---|---|
private com.jme3.math.Vector3f |
lastLoc
|
Constructor Summary | |
---|---|
private |
RoomPlanner.MenuMouseListener()
|
Method Summary | |
---|---|
void |
onAction(java.lang.String name,
boolean keyPressed,
boolean isDoubleClick,
float tpf)
Callback method for mouse events. |
void |
update(float tpf)
|
Methods inherited from class ga.view.interfaces.MouseListener |
---|
isEnabled, onAction, setEnabled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private com.jme3.math.Vector3f lastLoc
Constructor Detail |
---|
private RoomPlanner.MenuMouseListener()
Method Detail |
---|
public void onAction(java.lang.String name, boolean keyPressed, boolean isDoubleClick, float tpf)
MouseListener
onAction
in class MouseListener
name
- Name of the action.keyPressed
- true
if the key is still pressed.isDoubleClick
- true
if it is a double click.tpf
- The time per frame.public void update(float tpf)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |